Welcome![Sign In][Sign Up]
Location:
Search - java sock

Search list

[ICQ-IM-Chatam-src-2003-06-20

Description: 用java编写实现语音采集,播放等 用sock套接字连接,实现语音通信.-prepared with voice capture, playback using sock socket connections for voice communications.
Platform: | Size: 74966 | Author: 火柴头 | Hits:

[Internet-Networksoksvia

Description: SOCK VIA HTTP是通过HTTP建立通道的SOCK,由JAVA编写。欢迎大家来试用-Sock VIA HTTP is established via HTTP channel Sock, prepared by Java. Welcome to probation
Platform: | Size: 154379 | Author: 李振 | Hits:

[JSP/JavaE-mailSystem

Description: 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.-a complete email client code Example program from Cha pter a Programming Spiders, Bots and Aggregators in Java Copyright 2001 by J. eff Heaton SendMail is an example of client sock ets. This program presents a simple dialog box t hat prompts the user for information about how t o send a mail.
Platform: | Size: 5568 | Author: | Hits:

[Communicationsocket_test

Description: 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp/ip and udp used for both server side, but also can be used for client-
Platform: | Size: 26624 | Author: wan | Hits:

[JSP/JavaSocket

Description: 一个简单的java Socket通讯实例,实现简单通讯功能-A simple example of java Socket Communications, the realization of a simple communication
Platform: | Size: 2048 | Author: 王力 | Hits:

[J2MEmobile_socket_chatroom

Description: J2ME开发的手机socket 聊天室源码。-J2ME development of mobile chat rooms source socket.
Platform: | Size: 30720 | Author: 余冰星 | Hits:

[J2MEsocket

Description: j2me使用soket协议做的一对多聊天的例子。网上多是一对一的-soket agreement to use j2me to do one-to-many chat example. Are one-on-one online
Platform: | Size: 13312 | Author: yuwushen | Hits:

[Game Programdemo1

Description: 中国象棋 /源文件保存为 demo1.java 编译运行, //注:端口号文本框只是为了在单机上调试用的, //若在网络中运行,直接将代码中的 //DatagramSocket sock = new DatagramSocket(mypt) 改为: DatagramSocket sock = new DatagramSocket(2000) //取默认端口: 2000 然后只需要输入对方的IP地址即可玩网络象棋了。 //玩法:鼠标点击拖动棋子,程序中不对走法的正确性进行校验!完全凭自觉性。 -China Chess
Platform: | Size: 2048 | Author: tom | Hits:

[JSP/JavaXmlTest

Description: XML解析 通过SOCKET发送与接收 XML创建-XML
Platform: | Size: 776192 | Author: xu | Hits:

[JSP/Javajspsocket

Description: 本程序为jsp程序 客户端和服务器端通信 通过java socket实现-This program is jsp program communication client and server-side implementation through java socket
Platform: | Size: 369664 | Author: know | Hits:

[P2Pworkspace

Description: sock实现点对点通信。有3个java文件,一个实现界面一个实现客户端,一个实现服务器-sock to achieve point to point communication
Platform: | Size: 2678784 | Author: 盖儿 | Hits:

[Internet-NetworkSocks-via-HTTP-v0.40

Description: SOCK VIA HTTP是通过HTTP建立通道的SOCK,由JAVA编写。 -SOCK VIA HTTP channel is established via HTTP SOCK, written by the JAVA.
Platform: | Size: 210944 | Author: | Hits:

[Otherprogram

Description: 如文件名,两个c语言:sock通信。其他的为java小程序。-Such as file name, c language: the sock communication. Other java applet.
Platform: | Size: 5120 | Author: 徐渭 | Hits:

[TCP/IP stackhilos-sock

Description: Un programa en java hecho con hilos y sockets acepta conexion multi sockets
Platform: | Size: 1448960 | Author: jymi | Hits:

[JSP/JavaCHATROOM

Description: 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thread 类,在此线程run()方法中处理一次交谈。Close()方法关闭与客户端的连接。   ChatRoom 类继承了Applet,在init()中通过new Frame()创建聊天窗体,并在此窗体中设置窗体布局。在login()方法中,通过new Socket(serverHost, port)建立与服务器的连接,通过new Thread()产生新的聊天线程。在logout()方法中,使用sock.close()关闭连接。-Summary: Java source code, network-related, a Java chat program chat program and client service procedures, C/S structure, ChatServer class implements a chat room server, such a constructor, to use in the constructor newServerSocket ( ) to establish a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to obtain the host name through the Socket class getInetAddress, create a new object instance ChatHandler, synchronized with the client synchronized (clients) in. Internal class ChatHandler inherited Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class inherits Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), to produce a new chat thread through new Thread (). In the logout () method, using sock.close () closes the
Platform: | Size: 5120 | Author: ynm | Hits:

[JSP/Javalib

Description: java sock编程的一套基于FLEX通讯,非常适合初学者。-Java sock programming based on a set of FLEX communication, very suitable for beginners.
Platform: | Size: 22119424 | Author: huangchoajie | Hits:

[Game ProgramJava-liaotian

Description: 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thread 类,在此线程run()方法中处理一次交谈。Close()方法关闭与客户端的连接。   ChatRoom 类继承了Applet,在init()中通过new Frame()创建聊天窗体,并在此窗体中设置窗体布局。在login()方法中,通过new Socket(serverHost, port)建立与服务器的连接,通过new Thread()产生新的聊天线程。在logout()方法中,使用sock.close()关闭连接。-A Java chat server and client service procedures, C/S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to get the host name through the Socket class getInetAddress, create a new ChatHandler object instance, to synchronize with the client synchronized (clients) in. Internal class ChatHandler inherited Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class inherits Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), to generate new chat thread through new Thread (). In the logout () method, using sock.close () closes the connection.
Platform: | Size: 6144 | Author: heibao | Hits:

[Windows Developdkcms_v6.0

Description: A Java chat server and client service procedures, C / S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to get the host name through the Socket class getInetAddress, establish new ChatHandler object instance, to synchronize with the client synchronized (clients) in. ChatHandler inner class inherits the Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class extends Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), produced by the new chat thread new Thread (). In the logout () method, using sock.close () closes the connection.-A Java chat server and client service procedures, C/S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to get the host name through the Socket class getInetAddress, establish new ChatHandler object instance, to synchronize with the client synchronized (clients) in. ChatHandler inner class inherits the Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class extends Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), produced by the new chat thread new Thread (). In the logout () method, using sock.close () closes the connection.
Platform: | Size: 4173824 | Author: yy | Hits:
« 1 2»

CodeBus www.codebus.net